home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 4
/
Amiga Tools 4.iso
/
tools
/
disk-tools
/
cd-rom
/
audio
/
jukebox
/
jukebox_2.1
/
addcd.jb
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1996-02-26
|
256 b
|
12 lines
/* append one disc, edit catalog, open catalog */
catalog append;
save;
options results;
getattr project;
cat = result;
getattr portname;
port = result;
address command;
'ed -s '|| '"' || cat || '"'
'rx "address '''||port||'''; open force '''||cat||''';"'